update docs around fonthinting

follow-on to https://skia-review.googlesource.com/c/skia/+/173432

Bug: skia:
Change-Id: I0cf30c30dc3aae9733b7f4a6830814c288647f42
Reviewed-on: https://skia-review.googlesource.com/c/173640
Reviewed-by: Cary Clark <caryclark@google.com>
Commit-Queue: Cary Clark <caryclark@google.com>
diff --git a/docs/SkFont_Reference.bmh b/docs/SkFont_Reference.bmh
index ce7c36c..484bf93 100644
--- a/docs/SkFont_Reference.bmh
+++ b/docs/SkFont_Reference.bmh
@@ -57,43 +57,6 @@
 
 # ------------------------------------------------------------------------------
 
-#Enum Hinting
-
-#Code
-#Populate
-##
-
-Amount of font hinting applied to glyph outlines.
-
-#Const kNo_Hinting  0 # incomplete; replace '0' with member value
-#Line # glyph outlines unchanged ##
-# incomplete; add description or delete
-##
-#Const kSlight_Hinting  0 # incomplete; replace '0' with member value
-#Line # minimal modification to improve constrast ##
-# incomplete; add description or delete
-##
-#Const kNormal_Hinting  0 # incomplete; replace '0' with member value
-#Line # glyph outlines modified to improve constrast ##
-# incomplete; add description or delete
-##
-#Const kFull_Hinting  0 # incomplete; replace '0' with member value
-#Line # modifies glyph outlines for maximum constrast ##
-# incomplete; add description or delete
-##
-
-# incomplete; add description or delete
-
-#Example
-// incomplete
-##
-
-#SeeAlso incomplete
-
-#Enum ##
-
-# ------------------------------------------------------------------------------
-
 #Method SkFont()
 #In Constructor
 #Line # incomplete ##
@@ -142,19 +105,19 @@
 
 # ------------------------------------------------------------------------------
 
-#Method bool operator==(const SkFont& font) const

-#In Operator

-#Line # compares fonts for equality ##

-

-#Populate

-

-#Example

-// incomplete

-##

-

-#SeeAlso incomplete

-

-#Method ##

+#Method bool operator==(const SkFont& font) const
+#In Operator
+#Line # compares fonts for equality ##
+
+#Populate
+
+#Example
+// incomplete
+##
+
+#SeeAlso incomplete
+
+#Method ##
 
 # ------------------------------------------------------------------------------
 
@@ -591,19 +554,19 @@
 
 # ------------------------------------------------------------------------------
 
-#Method bool containsText(const void* text, size_t byteLength, SkTextEncoding encoding) const

-#In incomplete

-#Line # incomplete ##

-

-#Populate

-

-#Example

+#Method bool containsText(const void* text, size_t byteLength, SkTextEncoding encoding) const
+#In incomplete
+#Line # incomplete ##
+
+#Populate
+
+#Example
 // incomplete
-##

-

-#SeeAlso incomplete

-

-#Method ##

+##
+
+#SeeAlso incomplete
+
+#Method ##
 
 # ------------------------------------------------------------------------------