Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Dave0145
Frequent Visitor

Font family selector in capabilities

I can see how to setup a colour selector in capabilities, and have looked at VisualContracts.d.ts in the custom-visuals github repository and can see the StructuralTypeDescriptor definition there but it seems to only address colour fills. Is there a way to setup a font family selector in the custom visual I am developing?

4 REPLIES 4
v-viig
Community Champion
Community Champion

Hello @Dave0145,

 

Power BI Custom Visuals API doesn't support font family in capabilities.

This feature is in our backlog, but we can't provide any ETA.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

@v-viig

 

Now this font type capabilities available as a property in custom visual if so then how we can implement it.

 

Thanks

We'd recommend to use enumeration to define what font families custom visual supports.

                "fontFamily": {
                    "displayName": "Font family",
                    "type": {
                        "enumeration": [
                            {
                                "displayName": "Default",
                                "description": "helvetica, arial, sans-serif",
                                "value": "helvetica, arial, sans-serif"
                            },
                            {
                                "displayName": "Arial",
                                "value": "Arial"
                            },
                            {
                                "displayName": "Arial Black",
                                "value": "\"Arial Black\""
                            },
                            {
                                "displayName": "Arial Unicode MS",
                                "value": "\"Arial Unicode MS\""
                            },
                            {
                                "displayName": "Calibri",
                                "value": "Calibri"
                            },
                            {
                                "displayName": "Cambria",
                                "value": "Cambria"
                            },
                            {
                                "displayName": "Cambria Math",
                                "value": "\"Cambria Math\""
                            },
                            {
                                "displayName": "Candara",
                                "value": "Candara"
                            },
                            {
                                "displayName": "Comic Sans MS",
                                "value": "\"Comic Sans MS\""
                            },
                            {
                                "displayName": "Consolas",
                                "value": "Consolas"
                            },
                            {
                                "displayName": "Constantia",
                                "value": "Constantia"
                            },
                            {
                                "displayName": "Corbel",
                                "value": "Corbel"
                            },
                            {
                                "displayName": "Courier New",
                                "value": "\"Courier New\""
                            },
                            {
                                "displayName": "Georgia",
                                "value": "Georgia"
                            },
                            {
                                "displayName": "Lucida Sans Unicode",
                                "value": "\"Lucida Sans Unicode\""
                            },
                            {
                                "displayName": "Segoe (Bold)",
                                "value": "\"Segoe UI Bold\", wf_segoe-ui_bold, helvetica, arial, sans-serif"
                            },
                            {
                                "displayName": "Segoe UI",
                                "value": "\"Segoe UI\", wf_segoe-ui_normal, helvetica, arial, sans-serif"
                            },
                            {
                                "displayName": "Segoe UI Light",
                                "value": "\"Segoe UI Light\", wf_segoe-ui_bold, helvetica, arial, sans-serif"
                            },
                            {
                                "displayName": "Symbol",
                                "value": "Symbol"
                            },
                            {
                                "displayName": "Tahoma",
                                "value": "Tahoma"
                            },
                            {
                                "displayName": "Times New Roman",
                                "value": "\"Times New Roman\""
                            },
                            {
                                "displayName": "Trebuchet MS",
                                "value": "\"Trebuchet MS\""
                            },
                            {
                                "displayName": "Verdana",
                                "value": "Verdana"
                            },
                            {
                                "displayName": "Wingdings",
                                "value": "Wingdings"
                            }
                        ]
                    }
                }

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

OK - thanks for letting me know @v-viig. I'll look forward to implementing that in my custom visuals once it is available.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.