Canvas 설정 글꼴 null 처리 수정

This commit is contained in:
changkyu choi 2024-11-26 17:59:18 +09:00
parent 7b146c8792
commit 9c1e843052

View File

@ -35,26 +35,26 @@
, grid_vertical , grid_vertical
, grid_ratio , grid_ratio
, grid_dimen , grid_dimen
, isnull(word_font, 'MS PGothic') as word_font , word_font
, isnull(word_font_style, 'normal') as word_font_style , word_font_style
, isnull(word_font_size, 16) as word_font_size , word_font_size
, isnull(word_font_color, 'black') as word_font_color , word_font_color
, isnull(flow_font, 'MS PGothic') as flow_font , flow_font
, isnull(flow_font_style, 'normal') as flow_font_style , flow_font_style
, isnull(flow_font_size, 16) as flow_font_size , flow_font_size
, isnull(flow_font_color, 'black') as flow_font_color , flow_font_color
, isnull(dimensio_font, 'MS PGothic') as dimensio_font , dimensio_font
, isnull(dimensio_font_style, 'normal') as dimensio_font_style , dimensio_font_style
, isnull(dimensio_font_size, 16) as dimensio_font_size , dimensio_font_size
, isnull(dimensio_font_color, 'black') as dimensio_font_color , dimensio_font_color
, isnull(circuit_num_font, 'MS PGothic') as circuit_num_font , circuit_num_font
, isnull(circuit_num_font_style, 'normal') as circuit_num_font_style , circuit_num_font_style
, isnull(circuit_num_font_size, 16) as circuit_num_font_size , circuit_num_font_size
, isnull(circuit_num_font_color, 'black') as circuit_num_font_color , circuit_num_font_color
, isnull(length_font, 'MS PGothic') as length_font , length_font
, isnull(length_font_style, 'normal') as length_font_style , length_font_style
, isnull(length_font_size, 16) as length_font_size , length_font_size
, isnull(length_font_color, 'black') as length_font_color , length_font_color
, isnull(origin_pixel, 1) as origin_pixel , isnull(origin_pixel, 1) as origin_pixel
, isnull(origin_color, '#000000') as origin_color , isnull(origin_color, '#000000') as origin_color
, origin_horizon , origin_horizon