jj 15.03 clean up
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
HEIGHT = properties.Size.Height
|
||||
WIDTH = properties.Size.Width
|
||||
|
||||
If propExists(properties, "Font") Then
|
||||
If propExists(properties, "Font") AndAlso Not IsNothing(properties.Font) Then
|
||||
Dim f As Font = properties.Font
|
||||
FONT_FAMILY = f.FontFamily.Name
|
||||
FONT_SIZE = CType(f.Size, Integer)
|
||||
|
||||
Reference in New Issue
Block a user