Is there a way to make a string in the Text field of a Gallery's Labels be partly bold and partly normal?
For example, I have a Gallery that shows different assets and I have the Layout such that it shows title, subtitle, and body. So, there are 3 labels that display information. I have them showing Asset Name, Asset Make, and Asset Model like this:

As you can see the whole label is either bold or normal.
Is there a way to make just the first part "Asset Name: " be bold and the actual name "Access Point 1" be normal?
Like:
Strong("Asset Name: ") & "Access Point 1"
Or:
Bold("Asset Name: ") & "Access Point 1"